Gets a value that indicates whether the specified document is contained in the current export package.
IsDocumentInPackage(DocGlobalID As String) As Boolean
Name |
Description |
---|---|
DocGlobalID |
The GlobalID value of the document to check. |
True if the export package contains the specified document, otherwise False.
Related concepts